ArcPad Layer Definition File Schema
orientation Attribute
See Also  Send comments on this topic.
ArcPad Layer Definition File Schema : orientation Attribute

Glossary Item Box

Type

Restriction of xs:string

Use

optional

Default

vert

Source

<xs:attribute default="vert" name="orientation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="horiz" />
      <xs:enumeration value="vert" />
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

See Also

© 2012 All Rights Reserved.